home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00150_ÉVÉäÅ[ÉYóp.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  396 b   |  14 lines

  1. on mouseUp
  2.   global geditmode, gegroup, gcdpath, gebitmap
  3.   set the text of member "Series" to EMPTY
  4.   set the text of member "Title" to EMPTY
  5.   set the text of member "Comment2" to EMPTY
  6.   set geditmode to 3
  7.   set the puppet of sprite 26 to 1
  8.   set the visible of sprite 26 to 0
  9.   set gegroup to 1
  10.   set gebitmap to "sp00000.bmp"
  11.   newBitmap(gcdpath & "GRAPHICS\" & gebitmap, 3)
  12.   go("ASN")
  13. end
  14.